Add cross-tenant data source switching to a primary data source
{ addXtenderDataServers }
Adds a list of switchable data server sources per tenant to a primary target data server source using the "Xtender" engine.
Method
/API3/dataSources/addXtenderDataServers
- Enterprise Admin
Input Parameters
Name
xtenderDataServer
Object Type
Description
An object representing the Xtender settings on the primary data server source
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
This mechanism only operates with multi-tenancy and cross-tenancy enabled. It also needs to be enabled for the primary data server source.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP